From 34e89ec2b47c67da835aa364f51ccba04231d864 Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 1 Aug 2005 23:24:21 +0000 Subject: [PATCH] Add cototest.style. --- reference/cototest.style | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 reference/cototest.style diff --git a/reference/cototest.style b/reference/cototest.style new file mode 100644 index 000000000..6d167f630 --- /dev/null +++ b/reference/cototest.style @@ -0,0 +1,33 @@ +# gpsbabel XCSV style file +# +# Format: Test-style for cotoGPS +# Author: Tobias Minich +# Date: 08/01/2005 +# +# + +DESCRIPTION Test-style for cotoGPS + +# FILE LAYOUT DEFINITIIONS: +# +FIELD_DELIMITER COMMA +RECORD_DELIMITER NEWLINE + + +# +# INDIVIDUAL DATA FIELDS: +# +IFIELD LAT_DECIMAL, "", "%f" +IFIELD LON_DECIMAL, "", "%f" +IFIELD ICON_DESCR, "", "%s" +IFIELD SHORTNAME, "", "%s" +IFIELD DESCRIPTION, "", "%s" +IFIELD NOTES, "", "%s" +IFIELD ALT_METERS, "", "%.0f" +IFIELD PATH_SPEED, "", "%10.1f" +IFIELD TIMET_TIME, "", "%ld" +IFIELD GPS_HDOP, "", "%10.1f" +IFIELD GPS_VDOP, "", "%10.1f" +IFIELD GPS_PDOP, "", "%10.1f" +IFIELD GPS_SAT, "", "%d" +IFIELD GPS_FIX, "", "%s" -- 2.30.2